DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / Attributes Method / Attributes(View<XElement>) Method

In This Topic
    Attributes(View<XElement>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Attributes( _
       ByVal view As View(Of XElement) _
    ) As View(Of XAttribute)
    public static View<XAttribute> Attributes( 
       View<XElement> view
    )

    Parameters

    view
    See Also